xSOFTip Website Component Example

This is a demo of the embedded website software component. This component preprocesses website data and stores it in the program memory or on an attached serial flash. You can include text and images:

The file system of the web tree is reflected in the server:

You can also include dynamic content like this timestamp from an XC timer: {% get_timer_value(buf,1) %}

The functions called during rendering can also include state. For example, here is a page load counter for this page: {% get_counter_value(app_state,buf) %}

The server can also understand html form data. Try entering some text in the field below